From a88612d501153b6d3511043506683b8b88a364c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 15 Dec 2016 01:34:53 +0100 Subject: [PATCH] extensions/fast-float: temporarily disable Disable this floating point LUT for now, it treats negative values as their positive counterparts, see bug #776113. --- extensions/fast-float.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/fast-float.c b/extensions/fast-float.c index ca20cf7..163ffe8 100644 --- a/extensions/fast-float.c +++ b/extensions/fast-float.c @@ -694,6 +694,8 @@ init (void) babl_component ("B'"), NULL); + return 0; // XXX: the fast paths registered here doesn't correctly + // clamp negative values - disabling for now { float f; float a; -- 2.30.2